minBound
A shortcut for
bound {
minValue = limit
}
Content copied to clipboard
See also
fun VerificationRuleSettings.minBound( limit: Int, coverageUnits: CoverageUnit = CoverageUnit.LINE, aggregationForGroup: AggregationType = AggregationType.COVERED_PERCENTAGE)(source)
A shortcut for
bound {
minValue = limit
coverageUnits = coverageUnits
aggregationForGroup = aggregationForGroup
}
Content copied to clipboard